From faeb668529000a39ffdf18f8378d20d68b4065a5 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Sat, 6 Sep 2008 23:01:44 +0000 Subject: [PATCH] waypt: Fix MSVC errors and warnings. --- waypt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waypt.c b/waypt.c index 3a03e461b..176e6090b 100644 --- a/waypt.c +++ b/waypt.c @@ -30,7 +30,7 @@ queue waypt_head; static unsigned int waypt_ct; static short_handle mkshort_handle; int geocaches_present; -static geocache_data empty_gc_data = {}; +static geocache_data empty_gc_data = { 0 }; void waypt_init(void) -- 2.30.2